78008ecc56a4dd1a59469462604202a5a1e5b0ae
[git-annex.git] /
1 [[!comment format=mdwn
2  username="joey"
3  subject="""comment 1"""
4  date="2022-11-29T16:44:07Z"
5  content="""
6 What is an extension and what is not is ambiguous
7 to a computer. Eg, the filename "mr.toadswildride"
8 does not have an extension.
9
10 So git-annex has a heuristic, that an extension has
11 a maximum length of 4. Which works for the vast
12 majority of extensions in use. You can override
13 that to some other value:
14
15         git config annex.maxextensionlength 7
16 """]]